home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-09-12 | 822 b | 28 lines | [TEXT/GEOL] |
- Item 1806698 11-Sept-89 23:30
-
- From: WILSON6 Wilson, Dave-Personal Concepts,VCA
-
- To: MADA.EUROPE MacApp Dev Assoc Europe, E Carrasco
-
- cc: MACAPP.TECH$ MACAPP Tech
-
- Sub: Printing different view
-
- Daniel,
-
- You might try this to make the printed view different from the screen view:
-
- In your document's DoMakeViews method, define two view classes: one for screen
- display in the window, and the other with the Draw method you want for
- printing. Pass the second view as the parameter to IStdPrintHandler, so it
- calls that view's Draw method when it is time to print.
-
- Each view's Draw mthod will query your document to get the data to be
- displayed.
-
- I haven't tried this, but it seems reasonable.
-
-
- Dave
-
-